libostree: Make OstreeLibarchiveInputStream explicitly private
authorColin Walters <walters@verbum.org>
Sun, 8 Jun 2014 11:56:14 +0000 (07:56 -0400)
committerColin Walters <walters@verbum.org>
Mon, 9 Jun 2014 18:04:53 +0000 (14:04 -0400)
commit9f734494ff8a7b0750e1c01f48298d70e6cc8c56
tree580b9c9aab763d543a7b7af8d635d960e488f067
parent51bf1fab0f96c4b40bbe9048a1fb81f9037ee5b6
libostree: Make OstreeLibarchiveInputStream explicitly private

We weren't installing the headers, but at the moment all symbols
starting with ostree_ were being exported.  Fix that by prefixing
non-static symbols with '_'.

https://bugzilla.gnome.org/show_bug.cgi?id=731369
src/libostree/ostree-libarchive-input-stream.c
src/libostree/ostree-libarchive-input-stream.h
src/libostree/ostree-repo-libarchive.c